/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.swal2-popup.swal2-modal {
    font-size: 1em;
}

.mca-address__status {
    font-weight: bolder;
    padding: 7px 15px;
    background-color: #fdeeee;
    border-radius: 1em;
}

.mca-address__status .icon>svg {
    width: 20px;
    height: 20px;
}

.mca-address__status .icon.default {
    color: #ed3d3d;
}